home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00114_AwardsFrameScript.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  186 b   |  13 lines

  1. global gAwardsObject
  2.  
  3. on exitFrame
  4.   repeat with x = 1 to count(gActorList)
  5.     update(getAt(gActorList, x))
  6.   end repeat
  7.   go(the frame)
  8. end
  9.  
  10. on keyDown
  11.   keyHandler(gAwardsObject)
  12. end
  13.